C++ keywords: default
From Cppreference
Usage
- switch statement: as the declaration of the default case label
-
as an explicit instruction to the compiler to generate default constructor, copy constructor or assignment operator for a class.This section is incomplete